# 函数计算 Java 项目模板

## 本地运行

```bash
fun build && fun local invoke
```

## 部署

```bash
fun build && fun deploy
```